Match Pair Registry entry

Specifies fields to display in the Matchlists module when potential matching records between two databases are found.

Usage

This Registry entry is assigned to groups:

KeyGroup
Key 1Group
Key 2Default
Key 3Table
Key 4ematchlist
Key 5Match Pair
Key 6table1-table2
Valueformat

where:

table1-table2

specifies the two tables that are to be cross-matched.

format

is made up of two halves, each half defining the link field within the table, and formatting to display its fields on-screen. If table1 is ebirths, the first half of format must be for ebirths columns.

The format of each half is as follows:

LinkRef;column1=format1;column2=format2;..

The two halves are divided by a hash (#).

The format uses printf style formatting.

Example

This entry specifies the fields to be displayed for Birth to Death cross-matching (and vice versa). Note that in the Births table the link fields is DeathRegistrationRef and in the Deaths database it is BirthRegistrationRef:

KeySetting
Key 1 Group
Key 2 Default
Key 3 Table
Key 4 ematchlists
Key 5 Match Pair
Key 6 ebirths-edeaths
Value DeathRegistrationRef;ChildGivenNames=[Birth Registration]\r\nName: %s;ChildSurname= %s\r\n;ChildDateOfBirth=D.O.B.: %s\r\n;FatherSurname=Father's Surname: %s\r\n;MotherMaidenSurname=Mother's Maiden Name: %s#BirthRegistrationRef;DeceasedGivenNames=[Death Registration]\r\nName: %s;DeceasedSurname= %s\r\n;DeceasedDateOfBirth=D.O.B.: %s\r\n;DeceasedDateOfDeath=D.O.D.: %s\r\n;LegacyAgeInYears=Age at Death: %s\r\n;FatherSurname=Father's Surname: %s\r\n;MotherMaidenSurname=Mother's Maiden Name: %s